home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Linux / Kubuntu 8.10 / kubuntu-8.10-desktop-i386.iso / casper / filesystem.squashfs / etc / apparmor.d / abstractions / consoles < prev    next >
Text File  |  2008-10-08  |  853b  |  25 lines

  1. # vim:syntax=apparmor
  2. # $Id: consoles 949 2007-08-28 00:49:51Z seth_arnold $
  3. # ------------------------------------------------------------------
  4. #
  5. #    Copyright (C) 2002-2005 Novell/SUSE
  6. #
  7. #    This program is free software; you can redistribute it and/or
  8. #    modify it under the terms of version 2 of the GNU General Public
  9. #    License published by the Free Software Foundation.
  10. #
  11. # ------------------------------------------------------------------
  12.  
  13.  
  14.  
  15.   # there are three common ways to refer to consoles
  16.   /dev/console rw,
  17.   /dev/tty     rw,
  18.   # this next entry is a tad unfortunate; /dev/tty will always be
  19.   # associated with the controlling terminal by the kernel, but if a
  20.   # program uses the /dev/pts/ interface, it actually has access to
  21.   # -all- xterm, sshd, etc, terminals on the system.
  22.   /dev/pts/[0-9]*   rw,
  23.   /dev/pts/         r,
  24.  
  25.